Contribution org.nuxeo.template.service.defaultContrib--contextExtension
In component org.nuxeo.template.service.defaultContrib
org.nuxeo.template.service.defaultContrib
inside nuxeo-template-rendering-core-7.10-HF02.jar /OSGI-INF/templateprocessor-contrib.xml
This contribution is part of XML component Documentation
Adds Repository features in the context
- core.getParent()
- core.getChildren()
Extension Point
Extension point contextExtension of component TemplateProcessorComponent.Contributed Items
XML Source
<extension point="contextExtension" target="org.nuxeo.template.service.TemplateProcessorComponent">
<documentation>Adds Repository features in the context
<ul>
<li>core.getParent()</li>
<li>core.getChildren()</li>
</ul>
</documentation>
<contextFactory class="org.nuxeo.template.context.extensions.CoreExtensionFactory" name="core">
</contextFactory>
</extension>